home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
the-kitchen-of-doom.swf
/
scripts
/
DefineButton2_1115
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-03-14
|
360b
|
11 lines
on(release){
_visible = false;
_global.sfxUI.start();
_parent.toggleButtons();
_parent.HiscorePluginInst.menuButtonInst.enabled = true;
_parent.HiscorePluginInst.challengeButtonInst.enabled = true;
_parent.HiscorePluginInst.upArrowInst.enabled = true;
_parent.HiscorePluginInst.downArrowInst.enabled = true;
gotoAndStop(1);
}